home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / convert / ImportLDAPAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  551 b   |  14 lines

  1. package com.extensibility.convert;
  2.  
  3. import com.extensibility.xa.SchemaDoc;
  4.  
  5. public class ImportLDAPAction extends ImportMetaAction {
  6.    public ImportLDAPAction(SchemaDoc var1) {
  7.       super(var1, "import.item.ldap");
  8.    }
  9.  
  10.    public MetaSpectIntf createMetaSpectIntf() {
  11.       return new ImportLDAPMeta();
  12.    }
  13. }
  14.